Create Folder Flag Constants
You can pass these flag constants in the
createFolder
parameter of the function
FindFolder
to indicate whether a folder should be created, if it is not found.
enum {
kCreateFolder = true,
kDontCreateFolder = false
};
Constant descriptions
-
kCreateFolder
-
Specifies that the folder should be created, if it is not found.
-
kDontCreateFolder
-
Specifies that the folder should not be created, if it is not found.
© 1998 Apple Computer, Inc. - (Last Updated 19 Nov 98)